From f902325582a4158347b5f0b18c2c5688779ed409 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 23 Jan 2008 00:51:16 +0000 Subject: [PATCH] (printer-name): Do not set on MS Windows. --- lisp/lpr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/lpr.el b/lisp/lpr.el index 6083cc5016b..7f11d3efe8a 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -47,7 +47,7 @@ ;;;###autoload (defcustom printer-name - (and lpr-windows-system "PRN") + (and (memq system-type '(emx ms-dos)) "PRN") "*The name of a local printer to which data is sent for printing. \(Note that PostScript files are sent to `ps-printer-name', which see.\) -- 2.30.2